.tips {
  background: #444;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
}

.logo {
  margin-top: 5px;
}
a:hover{
    color: #ff1d00;
}

.nav>ul>li {
  
  width: 110px;
  float: left;
  position: relative;
  
}
.nav>ul>li>a{
  display: block;
  text-align: center;
  font-size: 16px;
  height: 100%;
  line-height: 70px;
  border-bottom: 3px solid #fff;
  box-sizing: border-box;
}

.nav>ul>li>a:hover {
  background: #333;
  border-bottom: solid 3px #ff1d00;
  color: #fff;
}

.nav>ul>li .subnav{
      position: absolute;
    width: 100%;
    z-index: 1000;
    background: #fff;
    display: none;
}
.nav>ul>li:hover .subnav{
  display: block;
}

.subnav li a {
   line-height: 60px;
    text-align: center;
    display: block;
    font-size: 16px;
}
.subnav li a:hover{
   background: #333;
   color: #fff;
}

.swiper-container img{
	width: 100%;
}

.about {
    margin: 30px 0;
}

.about_wrap {
    width: 1200px;
    margin: 0 auto;
	margin-bottom: 40px;
}

.about_wrap_l {
  width: 45%;
}

.about_wrap_r {
  width: 53%;
}

.company_name {
  text-align: left;
  font-size: 16px;
  color: #212121;
  margin: 0;
}

.company_des {
  line-height: 29px;
  font-size: 14px;
}

.company_des p:nth-of-type(1) {
  text-indent:24px;
  margin: 0;
}

.company_des p {
  margin: 0;
  font-size: 15px;
}

.company_des span {
	color: #d9000d;
}
.company_more {
  text-align: right;
}

.company_more a {
	padding: 6px 18px;
    transition: all 0.5s;
    background: #444444;
    color: #fff;
}

.main_wrap {
  margin-bottom: 20px;
  text-align: center;
}

.about .main_wrap  h2 {
  font-size: 23px;
  text-align: center;
  color: #212121;
  padding: 20px 0px 0px 0px;
  font-weight: normal;
  margin: 0;
}

.main_wrap .ty_line {
    color: #d9000d;
    margin-top: 10px;
	font-size: 15px;
}

.main_wrap .ty_line span:nth-of-type(1){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    line-height: 20px;
}

.main_wrap .ty_line span:nth-of-type(2){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    line-height: 20px;
}

.product {
    margin-top: 50px;
}

.product_tit {
  text-align: center;
}
.fw_project_tit{
    padding: 20px;
}
.product_tit h1 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #212121;
  margin-top: 20px;
}

.product_list {
  margin-top: 20px;
}

.product_list ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}

.product_list ul li:hover {
  box-shadow: 1px 1px 10px #666;
}

.product_list ul li:nth-child(3n) {
  margin-right: 0;
}
/* .product_list ul li img{
	height: 182px;
} */
.product_list ul li p {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 35px;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  text-align: center;
  color: #fff;
}

.ys {
    margin: 40px 0;
    background: #f5f5f5;
    padding: 40px 0;
}

.ys_d {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
    padding: 0px 40px;
    height: 190px;
	background: #404040;
    color: #fff;
}

.ys_d:nth-child(4n) {
    margin-right: 0;
}

.ys_d:hover {
    box-shadow: 1px 1px 10px #666;
}

.ys_d:hover h3 {
    color: #d9000d;
}

.ys_tit {
  text-align: center;
  margin-bottom: 20px;
}
.ys_tit p {
  font-size: 23px;
  margin: 0;
  font-weight: normal;
  color: #212121;
}

.ys_tit .ty_line {
    color: #d9000d;
    margin-top: 10px;
	font-size: 15px;
}

.ys_tit .ty_line span:nth-of-type(1){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    line-height: 20px;
}

.ys_tit .ty_line span:nth-of-type(2){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    line-height: 20px;
}

.ys_d h3 {
  line-height: 60px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.38);
  font-size: 18px;
  text-align: center;
}

.ys_d p {
  line-height: 24px;
}

.team_list ul li {
  float: left;
  width: 23.5%;
  margin-right: 1.77%;
  margin-bottom: 2%;
    text-align: center;
    border: solid 1px #e4e4e4;
}
.team_list ul li:hover{
	background: #444;
}
.team_list ul li:hover a{
    color: white;
}
.team_list ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #f0a608;
    z-index: -1;
    left: 0;
    bottom: 0;
    -webkit-transition: height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition: height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.team_list ul li:nth-child(4n) {
  margin-right: 0;
}

.team_tit {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px;
}

.team_tit p{
  margin: 0;
  font-size: 23px;
  font-weight: normal;
  color: #212121;
}

.team_tit .ty_line {
    color: #d9000d;
    margin-top: 10px;
	font-size: 15px;
}

.team_tit .ty_line span:nth-of-type(1){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    line-height: 20px;
}

.team_tit .ty_line span:nth-of-type(2){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    line-height: 20px;
}
.flow {
    background: #f5f5f5; padding: 40px 0;
}

.case {
    margin-top: 40px;
}

.case_tit {
  margin-bottom: 20px;
  text-align: center;
}

.case_tit h2{
  font-weight: normal;
  font-size: 23px;
  margin: 0;
  text-align: center;
  padding: 20px 0px 0px 0px;
  color: #212121;
}

.case_tit p {
  font-weight: normal;
  font-size: 23px;
  margin: 0;
  text-align: center;
  padding: 20px 0px 0px 0px;
  color: #212121;
}

.case_tit .ty_line {
    color: #d9000d;
    margin-top: 10px;
	font-size: 15px;
}

.case_tit .ty_line span:nth-of-type(1){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    line-height: 20px;
}

.case_tit .ty_line span:nth-of-type(2){
    color: #606060;
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    line-height: 20px;
}

.case_list ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.case_list ul li:hover {
  box-shadow: 1px 1px 10px #666;
}

.case_list ul li img {
  height: 236px;
} 

.case_list ul li:nth-child(3n) {
  margin-right: 0;
}

.case_list ul li p {
  margin: 0;
  line-height: 35px;
  text-align: center;
  background: #f5f5f5;
  color: #333;
}

.ny_case ul li {
  width: 23.5% !important;
}

.ny_case ul li:nth-child(3n) {
  margin-right: 2% !important;
}

.ny_case ul li:nth-child(4n) {
  margin-right: 0 !important;
}

.news_l {
  width: 48%;
}

.news_r {
  width: 48%;
}

.news_l_tit {
  font-size: 20px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  color: #212121;
}

.news_l_tit span {
  float: right;
  padding-right: 10px;
}

.news_l_tit span a {
  font-size: 16px;
}

.news_list {
  padding: 15px;
  border: 1px solid #ccc;
}

.news_list ul li {
  line-height: 35px;
  border-bottom: 1px dashed #ccc;
}

.news_list  ul li:hover a {
    color: #d9000d;
}
.news_list ul li span {
  font-size: 14px;
    margin-right: 2%;
    float: right;
}

.links {
  margin-top: 40px;
  margin-bottom: 40px;
}

.links_tit {
  margin-bottom: 10px;
  font-size: 20px;
}

.links_item {
  border: 1px solid #dfdfdf;
  padding: 10px 20px;
}

.links_item a {
  margin-right: 10px;
}

.links_item a:hover {
  color: #ff1d00;
}

.bottom {
	height: 251px;
	background: #302b32;
}

.bottom .b_l {
  width: 762px;
  color: #fff;
  padding-left: 18px;
}

.bottom .b_l,
.bottom .b_r {
  float: left;

}

.bottom .b_l .text {
  width: 180px;
  float: left;
}

.bottom .b_l .text .title {
  font-size: 15px;
  padding-top: 20px;
  line-height: 40px;
  margin: 0;
}


.bottom .b_l .text p span {
  display: inline-block;
}

.bottom .b_l .text p .span1 {
  width: 26px;
  height: 2px;
  background: #d9000d;
}

.bottom .b_l .text ul li {
  margin-top: 20px;
  width: 180px;
}

.bottom .b_l .text ul li span {
  background: url(../imgs/sprite_01.png) -148px -297px no-repeat;
  width: 6px;
  height: 12px;
  float: left;

  margin-right: 5px;
}

.bottom .b_l .text ul li a {
  color: #fff;
}

.bottom .b_r {
	width: 240px;
	padding: 35px 0 20px 79px;
}

.bottom .b_r .t {
  width: 337px;
  margin-bottom: 10px;
  overflow: hidden;
}

.bottom .b_r .t p {
  color: #f2f0f1;
  font-size: 14px;
  text-align: center;
  width: 138px;
  margin: 0;
}

.bottom .b_r .b {
  width: 286px;
  display: block;
  margin-left: 3px;
}

.bottom .b_r .b .phone {
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;

  text-align: center;
  background: #d9000d;
  margin-top: 30px;
  width: 286px;
}

.bottom .b_r .b .phone a {
  font-size: 24px;
}

.text p {
  margin: 0;
}
.fw_project_tit ul {
    width: 840px;
    margin: 0 auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 9px;
}
.fw_project_tit ul li {
    float: left;
    width: 120px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    box-sizing: border-box;
    cursor: pointer;
}

.fw_project_tit ul li a {
    font-size: 15px;
}

.is_on {
    background: #444444 !important;
    color: #fff !important;
}
.fw_project_tit ul li.is_on a {
    color: white;
	border-bottom: solid 3px #ff1d00;
}

footer {
  overflow: hidden;
  background: #231e25;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.lm_case_tit {
    line-height: 60px;
    border-bottom: 2px solid #d9000d;
    margin-top: 20px;
}
.lm_case_tit span{
    min-width: 270px;
}
.fw_project_tit ul li:last-child {
    border-right: 1px solid #e4e4e4;
}
.lm_case_tit h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}

.lm_product_tits {
  margin-top: 20px;
}

.pagess {
  clear: both;
  margin: 20px;
  overflow: hidden;
  margin-left: 0px;
  text-align: center;
  font-size: 14px
}

.pagess ul li {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 2px 9px;
  margin: 0 3px;
  line-height: 20px;
  background: #fff;
  color: #999;
  width: auto;
  float: none;
}

.pagess ul li:hover {
  background: #d9000d;
  color: #fff;
  border: 1px solid #ccc
}

.pagess ul li:hover a {
  color: #fff;
}

.pagess ul li.active {
  display: inline-block;
  border: 1px solid #d9000d;
  padding: 2px 9px;
  margin: 0 3px;
  background: #d9000d;
  color: #fff;
}

.pagess ul li.active a {
  color: #fff;
}

.pagess ul li a {
  display: block;
  color: #999
}

.pagess ul li a:hover {
  color: #fff;
}

.xgxw_tit {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top:0;
  border-bottom: 2px solid #d9000d;
  display: inline-block;
  font-weight: normal;
}

.xgxw ul li {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.xgxw ul li:nth-child(odd) {
  margin-right: 2%;
}

.xg_l {
  width: 18%;
  text-align: center;
  padding: 13px 0 0 0;
  background: #ccc;
  height: 80px;
  box-sizing: border-box;
}

.xg_l span {
  font-size: 20px;
}

.xg_r {
  width: 77%;
  height: 80px;
  margin-top: 8px;
}

.xg_r p {
  margin: 0;
}

.xg_r .xg_r_p1 {
  font-size: 15px;
  margin-bottom: 15px;
}

.xg_r .xg_r_p2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.lm_news_list {
  margin-top: 20px;
}

.lm_news_list_l {
  width: 20%;
}

.news_ul li {
  margin-bottom: 15px;
    border-bottom: 1px dashed #000;
}

.lm_news_list_r {
  width: 78%;
}

.lm_news_tit {
  margin: 0;
    margin-top: 16px;
}

.lm_news_tit a {
  font-size: 15px;
  color: #000;
}

.lm_news_con {
  font-size: 14px;
  line-height: 32px;
}

.more a {
  display: inline-block;
  width: 102px;
  height: 37px;
  text-align: center;
  line-height: 37px;
	background: #cccccc;
}
.clearfix :hover .more a{
    background: #d9000d;
    color: white;
}
.lm_artice_tit {
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  color: #0c0c0c;

}
.lm_artice_con{
	margin: 20px 0;
}
.lm_artice_con h4 {
	font-size: 16px;
    border-left: 6px solid #d9000d;
	color: #333;
    padding-left: 20px;
}
.lm_artice_info {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  border-top: 1px dashed #2b2a2a;
  border-bottom: 1px dashed #2b2a2a;
}

.lm_artice_info span {
  margin-right: 15px;
}

.lm_artice_con_img {
  text-align: center;
}

.lm_artice_con img {
  width: auto;
  max-width: 100%;
    padding: 5px;
}

.lm_artice_con h2 {
    font-size: 18px;
    color: #444;
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-left: 6px solid #d9000d;
    padding: 3px 0px 3px 10px;
	box-shadow: 0px 2px 3px #d9dbdb;
}

.lm_artice_con p {
  font-size: 15px;
  color: #555;
  line-height: 28px;
  margin-bottom: 10px;
}

.lm_artice_con p b,strong {
    color: #333;
}

.prev {
  margin-bottom: 40px;
  font-size: 16px;
}

.prev a {
  font-size: 16px;
}

.prev a:hover {
  color: #d9000d;
}

.pc_hide {
  display: none;
}
.iflow {
    overflow: hidden;
    margin-top: 40px;
    /* padding: 0 20px;
    height: 200px; */
}
.iflow .icon img{
    /* border-radius: 60%;2021/3/22 */
	width: 70%;
	position: absolute;
    left: 12px;
    top: 15px;
}
.iflow .item {
    float: left;
    width: 124px;
    text-align: center;
    /* margin: 10px 10px 30px; */
    color: #333;
    font-weight: inherit;
	margin-right: 29px;
}
.iflow .item:last-child {
	margin-right: 0;
}
.iflow .item .icon {
    /* display: block;
    width: 85px;
    height: 85px;
    margin: 0 auto 7px;
    position: relative;
    	margin-top: 14px; */
	display: inline-block;
    width: 85px;
    height: 85px;
    border: 1px solid #e52f22;
    border-radius: 50%;
    /* float: left;
    margin-right: 15px; */
    position: relative;
}
/* .iflow .item .icon i.default {
    background-position: 0 0;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.iflow .item.i1 .icon i:before {
    background-position: 0 -120px;
}
.iflow :hover {
    -webkit-transition: all 0.1s ease 0.2s;
    background: #27103b;
    transition: all 0.5s linear;
    transition: all 0.4s linear;
    color: white;
} */
.iflow .item:hover .icon img {
    animation-name: rotateIn;
	transform: rotate(360deg);
	-webkit-animation-duration: 1s;
    transition: all 1.5s;
}
.iflow-wrap content{
    width: 1200px;
    margin: auto;
}
.iflow .item:hover .icon {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.yb_conct {
	position:fixed;
	z-index:9999999;
	top:200px;
	right:5px;
	cursor:pointer;
	transition:all .3s ease;
}
.yb_bar ul li {
	width:180px;
	height:53px;
	font:16px/53px 'Microsoft YaHei';
	color:#fff;
	text-indent:54px;
	margin-bottom:3px;
	border-radius:3px;
	transition:all .5s ease;
	overflow:hidden;
}
.yb_bar .yb_top {
	background:#d9000d url(../img/tcicon.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background:#d9000d url(../img/tcicon.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	background:#d9000d url(../img/tcicon.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	background:#d9000d url(../img/tcicon.png) no-repeat 0 -169px;
	height:200px;
}
.hd_qr {
	padding:0 29px 25px 29px;
	width: 125px !important;
}